func go/constant.i64toi
4 uses
go/constant (current package)
value.go#L279: func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
value.go#L706: t = i64toi(x)
value.go#L1067: return i64toi(x1), y
value.go#L1293: z := i64toi(x).val
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)